home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / regeditl / readme.txt next >
Encoding:
Text File  |  1999-05-12  |  2.9 KB  |  90 lines

  1.  ==================================
  2.  RegEdit Light for Windows 95/98/NT
  3.             Version 2.0
  4.   Copyright Nicola Vigan≥ 1997/99
  5.  ----------------------------------
  6.   Info mail: support@winreg.com
  7.    Internet: http://www.winreg.com
  8.  ==================================
  9.  
  10. Please don't modify this document.
  11.  
  12. Contents
  13. --------
  14.     * History
  15.     * What's new
  16.     * How use RegEdit Light v.2 with a project developed with RegEdit Light v.1
  17.     * How install and remove it
  18.     * Beta testing and bug report
  19.  
  20.  
  21. History
  22. -------
  23. 01 March 1999    --> RegEdit Light 2 Beta 1 delivered
  24.  
  25. 18 March 1999    --> RegEdit Light 2 Beta 2 delivered
  26.             In some circumstances it was impossible register the ocx: fixed
  27.  
  28. 12 May 1999    --> RegEdit Light 2 final release delivered
  29.  
  30.  
  31. What's new
  32. ----------
  33. First of all you can notice that this control doesn't require any runtime library. I think this is the most important news. I've written it with VC++, so it needs mfc40 that are installed with Windows.
  34.  
  35. Then, as you can see, some methods are changed:
  36.  
  37. Old method  -->    New method
  38.  
  39. SetValue    -->    WriteValue
  40. GetValue    -->    ReadValue
  41. SetKey      -->    WriteKey
  42.  
  43. Also many constant are changed. See Help file to know the new constants.
  44.  
  45. I've also added the possibility to declare a binary value through an array instead of a string. See Help file for more information.
  46.  
  47.  
  48. How use RegEdit Light v.2 with a project developed with RegEdit Light v.1
  49. -------------------------------------------------------------------------
  50. If you have developed a project with RegEdit Light v.1 and you want to substitute it with RegEdit Light v.2 follow these steps.
  51.  
  52. A--> Before you uninstall the RegEdit Light v.1:
  53.     1.Open your VB project.
  54.     2.Remove RegEdit Light from it (donÆt remove the code, simply the control).Remember also to uncheck it into the "Components" list.
  55.     3.Save the project and close it 
  56. B--> Uninstall RegEdit Light v.1
  57. C--> Install RegEdit Light v.2
  58. D--> After you've installed RegEdit Light v.2:
  59.     1.Open your VB project.
  60.     2.Add the RegEdit Light control and save. 
  61. E--> Correct the code following What's new instructions.
  62. G--> Ready to go!
  63.  
  64.  
  65. How install and remove it ?
  66. ---------------------------
  67.   To install:
  68.    - Double click RegEditL.exe and follow the instructions.
  69.  
  70.   To uninstall:
  71.    - Open the Control panel.
  72.    - Open "Add/Remove Programs".
  73.    - Select "RegEdit Light" then click the button marked "Add/Remove".
  74.  
  75.  
  76. Bug report
  77. ---------------------------
  78. To report a bug you can send me an e-mail rel-bug@winreg.com indicating:
  79.  
  80.     your name
  81.     you e-mail
  82.     the os under witch you have tested RegEdit Light (e.g. Win95, WinNT)
  83.     the language under witch you have tested RegEdit Light (e.g. VB6, Delphi3)
  84.     what kind of bug you have found, pasting also the code to reproduce it
  85.  
  86. IÆll appreciate an e-mail also if the control works properly. DonÆt forget to indicate the os and the language under witch you have tested it!
  87.  
  88. Thank you.
  89.  
  90. ************END************